home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / glib-2.0 / schemas / org.gnucash.dialogs.checkprinting.gschema.xml < prev    next >
Extensible Markup Language  |  2014-12-19  |  7KB  |  117 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnucash">
  3.   <schema path="/org/gnucash/dialogs/print-checks/" id="org.gnucash.dialogs.checkprinting">
  4.     <key type="s" name="check-format-guid">
  5.       <default>''</default>
  6.       <summary>GUID of predefined check format to use</summary>
  7.       <description>This value specifies the predefined check format to use. The number is the guid of a known check format.</description>
  8.     </key>
  9.     <key type="i" name="check-position">
  10.       <default>0</default>
  11.       <summary>Which check position to print</summary>
  12.       <description>On preprinted checks containing multiple checks per page, this setting specifies which check position to print. The possible values are 0, 1 and 2, corresponding to the top, middle and bottom checks on the page.</description>
  13.     </key>
  14.     <key type="i" name="first-page-count">
  15.       <default>0</default>
  16.       <summary>Number of checks to print on the first page.</summary>
  17.       <description>Number of checks to print on the first page.</description>
  18.     </key>
  19.     <key type="i" name="date-format">
  20.       <default>0</default>
  21.       <summary>Date format to use</summary>
  22.       <description>This is the numerical identifier of the predefined date format to use.</description>
  23.     </key>
  24.     <key type="s" name="date-format-user">
  25.       <default>'0'</default>
  26.       <summary>Custom date format</summary>
  27.       <description>If the date format is set to indicate a custom date format, this value is used as an argument to strftime to produce the date to be printed. It may be any valid strftime string; for more information about this format, read the manual page of strftime by "man 3 strftime".</description>
  28.     </key>
  29.     <key type="i" name="custom-units">
  30.       <default>0</default>
  31.       <summary>Units in which the custom coordinates are expressed</summary>
  32.       <description>Units in which the custom coordinates are expressed (inches, mm, ...).</description>
  33.     </key>
  34.     <key type="(dd)" name="custom-payee">
  35.       <default>(0,0)</default>
  36.       <summary>Position of payee name</summary>
  37.       <description>This value contains the X,Y coordinates for the start of the payee line on the check.</description>
  38.     </key>
  39.     <key type="(dd)" name="custom-date">
  40.       <default>(0,0)</default>
  41.       <summary>Position of date line</summary>
  42.       <description>This value contains the X,Y coordinates for the start of the date line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  43.     </key>
  44.     <key type="(dd)" name="custom-amount-words">
  45.       <default>(0,0)</default>
  46.       <summary>Position of check amount in words</summary>
  47.       <description>This value contains the X,Y coordinates for the start of the written amount line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  48.     </key>
  49.     <key type="(dd)" name="custom-amount-number">
  50.       <default>(0,0)</default>
  51.       <summary>Position of check amount in numbers</summary>
  52.       <description>This value contains the X,Y coordinates for the start of the numerical amount line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  53.     </key>
  54.     <key type="(dd)" name="custom-address">
  55.       <default>(0,0)</default>
  56.       <summary>Position of payee address</summary>
  57.       <description>This value contains the X,Y coordinates for the start of the payee address line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  58.     </key>
  59.     <key type="(dd)" name="custom-notes">
  60.       <default>(0,0)</default>
  61.       <summary>Position of notes line</summary>
  62.       <description>This value contains the X,Y coordinates for the start of the notes line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  63.     </key>
  64.     <key type="(dd)" name="custom-memo">
  65.       <default>(0,0)</default>
  66.       <summary>Position of memo line</summary>
  67.       <description>This value contains the X,Y coordinates for the start of the memo line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  68.     </key>
  69.     <key type="(dd)" name="custom-translation">
  70.       <default>(0,0)</default>
  71.       <summary>Offset for complete check</summary>
  72.       <description>This value contains the X,Y offset for the complete check. Coordinates are from the lower left corner of the specified check position.</description>
  73.     </key>
  74.     <key type="d" name="custom-rotation">
  75.       <default>0.0</default>
  76.       <summary>Rotation angle</summary>
  77.       <description>Number of degrees to rotate the check.</description>
  78.     </key>
  79.     <key type="(dd)" name="splits-amount">
  80.       <default>(0,0)</default>
  81.       <summary>Position of split's amount in numbers</summary>
  82.       <description>This value contains the X,Y coordinates for the start of the split's amount line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  83.     </key>
  84.     <key type="(dd)" name="splits-memo">
  85.       <default>(0,0)</default>
  86.       <summary>Position of split's memo line</summary>
  87.       <description>This value contains the X,Y coordinates for the start of the split's memo line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  88.     </key>
  89.     <key type="(dd)" name="splits-account">
  90.       <default>(0,0)</default>
  91.       <summary>Position of split's account line</summary>
  92.       <description>This value contains the X,Y coordinates for the start of the split's account line on the check. Coordinates are from the lower left corner of the specified check position.</description>
  93.     </key>
  94.     <key type="b" name="print-date-format">
  95.       <default>false</default>
  96.       <summary>Print the date format below the date.</summary>
  97.       <description>Each time the date is printed, print the date format immediately below in 8 point type using the characters Y, M, and D.</description>
  98.     </key>
  99.     <key type="s" name="default-font">
  100.       <default>'sans 10'</default>
  101.       <summary>The default check printing font</summary>
  102.       <description>The default font to use when printing checks. This value will be overridden by any font specified in a check description file.</description>
  103.     </key>
  104.     <key type="b" name="blocking-chars">
  105.       <default>false</default>
  106.       <summary>Print '***' before and after text.</summary>
  107.       <description>Print '***' before and after text.</description>
  108.     </key>
  109.     <key type="(iiii)" name="last-geometry">
  110.       <default>(-1,-1,-1,-1)</default>
  111.       <summary>Last window position and size</summary>
  112.       <description>This setting describes the size and position of the window when it was last closed.
  113.         The numbers are the X and Y coordinates of the top left corner of the window
  114.         followed by the width and height of the window.</description>
  115.     </key>
  116.   </schema>
  117. </schemalist>